home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / text+faqs / amiga-report / 323 / zip / pczip.txt < prev    next >
Text File  |  1996-02-26  |  3KB  |  76 lines

  1. Author: Frank Zündorff
  2. EMail : F.Zuendorff@ernie.mi.uni-koeln.de
  3.  
  4.  
  5.  
  6. Break the barrier
  7. -----------------
  8.  
  9. It's no mystic anymore, the SCSI version of iomegas ZIP-Drive is running fine
  10. with Amiga computers equiped with a SCSI-hostadapter. But a new aspect for a
  11. ZIP-Drive is the feature to exchange Data on PC-formatted medias. What
  12. advantages brings it for you?
  13.  
  14. Now you can swap a large amount of data (like mods, pics, 3d-objects etc.)
  15. without carrying a large container of floppy disks or moving your baby to the
  16. next PC.
  17.  
  18. How does it works?
  19.  
  20. Quite simple. You habe to create a working mountfile using Cross-Dos. This
  21. mountfile is listed below and the only thing you have to do, is to fix it for
  22. your hostadapter. Okay here comes the file:
  23.  
  24. ----- 8< ------------------------------------------------------------------------
  25.  
  26. /* Mountfile for MS-DOS formatted ZIP-Media
  27.  *
  28.  * Creation-Date: 21-Nov-95 22:52:21
  29.  */
  30.  
  31. /* Device driver parameters.*/
  32.   Device = <name of your device-driver>
  33.   Unit   = <5 or 6 - changeable via switch on the backside of the drive>
  34.   Flags  = 0x00000000
  35.  
  36. /* Disk size parameters.*/
  37.   Surfaces       = 1
  38.   BlocksPerTrack = 1
  39.   Lowcyl         = 0
  40.   Highcyl        = 196607
  41.   BufMemType     = 0
  42.   Blocksize      = 512
  43.  
  44. /* File system parameters.*/
  45.   Mask        = 0x7FFFFFFC
  46.   Maxtransfer = 0x0001FE00
  47.   Reserved    = 6
  48.   Filesystem  = L:CrossDOSFileSystem
  49.   Stacksize   = 2000
  50.   Priority    = 5
  51.   Bootpri     = -20
  52.   Globvec     = -1
  53.   Buffers     = 128
  54.   Dostype     = 0x4d534800
  55.   Mount       = 1
  56. #
  57.  
  58. ----------------------------------------------------------------------- >8 -----
  59.  
  60. A copy of this file can be found in the ZIP-directory included with this report.
  61. The only thing you have to do, is to drag the "PCZIP"-icon and put it into the
  62. "storage/dosdrivers" directory of your boot-partition. Now load your favourite
  63. editor and perform the fixes I'm discribing now. First move the cursor into the
  64. line starting with "device =". Exchange the following text with the name of your
  65. hostadapters device-driver name. It you don't know exactly the name, please
  66. check it out in the hostadapters manual. For example a A2091-user has to change
  67. the line in "device = scsi.device".
  68.  
  69. The second step is to choose the right unit-number. Please move the cursor one
  70. line down starting with "unit =". You can find the unit-switch on the back-side
  71. of the drive. If the switch is pointing to number five for example, you have to
  72. put in the following line "unit = 5". Now save the mountfile. That's all.
  73.  
  74. After mounting the file, you can put in a PC-formatted media und handle it like
  75. any other device.
  76.